DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.DataConnector.AdoNet Namespace / C1DataAdapterBase<TCommandImpl> Class / InsertCommand Property

In This Topic
    InsertCommand Property (C1DataAdapterBase<TCommandImpl>)
    In This Topic
    Gets or sets an SQL statement used to insert new records into the data source.
    Syntax
    'Declaration
     
    Public Shadows Property InsertCommand As TCommandImpl
    public new TCommandImpl InsertCommand {get; set;}
    See Also